Coursera - Developing Data Products Course

_____________ Claudia Werneck___________Friday, 2 March 2018_________
_______________________________________________________________

Week 4 Assignment - Create a Shiny application and deploy a reproducible pitch presentation

The Shiny application
R code can be seen in
https://github.com/cwerneck/DevelopingDataProducts/blob/master/app.R

The running Shiny application is in https://cwerneck.shinyapps.io/DDP_Week4_Assignment

The presentation
The slides presentation can be seen in http://cwerneck.github.io/DDP_Week4_Assignment

The r code chunk is represented by the map in slide 2 that is r code, using leaflet, creating an html.

Slide 2

Minas Gerais is a state in southeast region of Brazil, South America.
Here its location and the spatial distribution os its 16million inhabitants.

Slide 3

The value os the Gross Domestic Product - GDP of Minas Gerais, is the third position among the brazilian states, about 8,7% of the total of Brazil, surpassed only by São Paulo, about 32%, and Rio de Janeiro, 11%.

The territory of Minas Gerais is 586 522,122 km², have 853 municipalities and, for the proposals of economic and statistical studies, divided in regions called mesoregions.

The composition of this GDP came from mines of iron ore, agricultural products like soy bean and coffee and services, mainly electricity generation and communications.

From the brazilian agency for statistical data, IBGE, we take the historical serie of GDP per municipalities for years 2010 to 2015 and developed a panel to analyse this information regionaly.

Slide 4


Slide 5

So, go to the Shiny application and enjoy!

https://cwerneck.shinyapps.io/DDP_Week4_Assignment

The mean goal is get some feelings about the economic profile of the regions, the number of municipalities, the GDP and the GDP per capita.

Some initial observations shows that the number os inhabitants in the citie are not distributed uniformely, there are a bunch of cities with about 1.000 to 5.000 inhabitants and then a leap to about 50.000 and then big ones, nearly one or to in each region.

It is a great tool for Government Management and other themes like distribution and needs of resources for Health and Education will be developed too.

Thanks for reading!

CWerneck